home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
ddj0897.zip
/
DYN401.ZIP
/
class
/
array1.h
< prev
next >
Wrap
Text File
|
1996-03-20
|
703b
|
49 lines
/*
*
* Copyright (c) 1993-1996 Algorithms Corporation
* 3020 Liberty Hills Drive
* Franklin, TN 37067
*
* ALL RIGHTS RESERVED.
*
*
*
*/
#define AT_CHAR 'C'
#define AT_SHRT 'S'
#define AT_USHT 'U'
#define AT_INT 'I'
#define AT_LONG 'L'
#define AT_FLOT 'F'
#define AT_DBLE 'D'
#define AT_BIT 'B'
#define AT_OBJ 'O'
#define AT_PNTR 'P'
/*
*
* Copyright (c) 1993-1996 Algorithms Corporation
* 3020 Liberty Hills Drive
* Franklin, TN 37067
*
* ALL RIGHTS RESERVED.
*
*
*
*/